home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960425-19960715 / 000319_news@columbia.edu _Fri Jun 28 09:16:06 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from apakabar.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id JAA20593 for <kermit.misc@watsun.cc.columbia.edu>; Fri, 28 Jun 1996 09:16:05 -0400 (EDT)
  3. Received: (from news@localhost) by apakabar.cc.columbia.edu (8.7.5/8.7.3) id JAA05457 for kermit.misc@watsun; Fri, 28 Jun 1996 09:16:03 -0400 (EDT)
  4. Path: news.columbia.edu!lamont.ldeo.columbia.edu!news.er.usgs.gov!stc06.ctd.ornl.gov!fnnews.fnal.gov!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.ac.net!news.cais.net!news.sprintlink.net!news-dc-2.sprintlink.net!EU.net!sun4nl!Leiden.NL.net!chagall.cti-software.nl!news
  5. From: pim@chagall.cti-software.nl (Pim Zandbergen)
  6. Newsgroups: comp.dcom.sys.cisco,comp.protocols.kermit.misc
  7. Subject: Kermit-95 dialing out using reverse telnet
  8. Date: 27 Jun 1996 23:30:43 +0200
  9. Organization: CTI Software BV, The Hague, the Netherlands
  10. Lines: 38
  11. Message-ID: <4quui3$nig@chagall.cti-software.nl>
  12. NNTP-Posting-Host: chagall.cti-software.nl
  13. X-Newsreader: NN version 6.5.0 CURRENT #2
  14. Xref: news.columbia.edu comp.dcom.sys.cisco:41352 comp.protocols.kermit.misc:5463
  15.  
  16. I am trying to get Kermit-95 to dial out through a Cisco 2511 router,
  17. using reverse telnet.
  18.  
  19. telnetting to the router on port [2000+line number] and dialling out from
  20. there works fine for interactive sessions. Port [6000+line number] works
  21. fine too, but on both these port numbers, ZMODEM transfers fail.
  22. Kermit says the packets are too long and CRC errors occur on every packet.
  23.  
  24. Only on port [4000+line number], ZMODEM transfers succeed. But on this
  25. port, interactive sessions are messy. I can get reasonable behaviour
  26. using the following Kermit-95 options:
  27.  
  28.     SET TELNET ECHO                     REMOTE
  29.     SET TELNET BINARY-MODE              REQUESTED
  30.     SET TELNET NEWLINE-MODE BINARY-MODE RAW
  31.     SET TERMINAL NEWLINE-MODE           OFF
  32.  
  33. I also tried
  34.  
  35.     telnet transparent
  36.  
  37. on the Cisco line. But the problem remains that the remote application
  38. sees a CR/NL combination, whenever RETURN is pressed.
  39.  
  40. Explanation of Cisco port numbers:
  41.  
  42.     port 2000: telnet ascii
  43.     port 4000: raw TCP
  44.     port 6000: telnet binary
  45.  
  46. Incoming calls work just fine using the "terminal download" EXEC command
  47. before starting the telnet connection.
  48.  
  49. -- 
  50. E-mail : Pim Zandbergen <pim@cti-software.nl>
  51. S-mail : Laan Copes van Cattenburch 70, 2585 GD The Hague, The Netherlands
  52. Phone  : +31 70 3542302
  53. Fax    : +31 70 3512837